home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / ACC / DRIVERS.ACC / DRIVERS.PRJ < prev    next >
Encoding:
Text File  |  2001-02-10  |  2.1 KB  |  155 lines

  1. ; NOTE - use prgflags and set this app to SUPER for PROTECTION
  2. drivers.prg
  3. =
  4. tcstart.o
  5.  
  6. gemskel.c
  7.  
  8. mainstuf.c    ( country.h,
  9.            drivers.h,
  10.            drvhead.h,
  11.            drivers.rsh,
  12.            fixrsh.h,
  13.            xform_do.h,
  14.            windows.h,
  15.            device.h,
  16.            text.h,
  17.            custom.h,
  18.            path.h,
  19.            modify.h
  20.          )
  21.  
  22. device.c    ( country.h,
  23.           drvhead.h,
  24.           drivers.h,
  25.           fixrsh.h,
  26.           mainstuf.h,
  27.           xform_do.h,
  28.           windows.h,
  29.           text.h,
  30.           fsmio.h,
  31.           mover.h,
  32.           options.h,
  33.           custom.h,
  34.           path.h
  35.         )
  36.         
  37. text.c        ( country.h
  38.         )    
  39.  
  40.  
  41. windows.c    ( country.h,
  42.           drivers.h,
  43.           mainstuf.h,
  44.           device.h,
  45.           text.h
  46.         )
  47.  
  48. xform_do.c    ( mainstuf.h,
  49.           windows.h
  50.         )
  51.  
  52. fsmio.c        ( drvhead.h,
  53.           text.h,
  54.           mover.h
  55.         )
  56.  
  57.  
  58. mover.c        ( country.h,
  59.           drvhead.h,
  60.           fsmio.h,
  61.           drivers.h,
  62.           mainstuf.h,
  63.           device.h,
  64.           sliders.h,
  65.           text.h
  66.         )
  67.         
  68. sliders.c    ( country.h,
  69.           mainstuf.h
  70.         )
  71.  
  72. custom.c    ( country.h,
  73.           drvhead.h,
  74.           drivers.h,
  75.           fixrsh.h,
  76.           mainstuf.h,
  77.           xform_do.h,
  78.           windows.h,
  79.           text.h,
  80.           fsmio.h,
  81.           mover.h,
  82.           options.h,
  83.           device.h,
  84.           modify.h
  85.         )
  86.         
  87.         
  88. fixrsh.c
  89.  
  90. popmenu.c    ( pop_head.h,
  91.           device.h
  92.         )
  93.  
  94. path.c        (
  95.           country.h,
  96.           device.h,
  97.           drvhead.h,
  98.           mainstuf.h,
  99.           fsmio.h,
  100.           mover.h,
  101.           text.h,
  102.           drivers.h
  103.         )
  104.         
  105. modify.c    (
  106.           country.h,
  107.           drvhead.h,
  108.           drivers.h,
  109.           fixrsh.h,
  110.           mainstuf.h,
  111.           xform_do.h,
  112.           windows.h,
  113.           text.h,
  114.           fsmio.h,
  115.           mover.h,
  116.           options.h,
  117.           device.h,
  118.           popmenu.h
  119.         )
  120.  
  121. options.c    (
  122.           country.h,
  123.           drivers.h,
  124.           drvhead.h,
  125.           device.h,
  126.           popmenu.h,
  127.           fsmio.h,
  128.           fileio.h,
  129.           text.h,
  130.           mainstuf.h
  131.         )
  132.         
  133. fileio.c    (
  134.           country.h,
  135.           drvhead.h,
  136.           mainstuf.h,
  137.           text.h,
  138.           fsmio.h,
  139.           options.h
  140.         )
  141.         
  142.  
  143. butor.s
  144.             
  145. aesalt.lib
  146.  
  147. TCFLTLIB.LIB       ; floating point library
  148.  
  149. TCSTDLIB.LIB       ; standard library
  150.  
  151. TCEXTLIB.LIB       ; extended library
  152. TCTOSLIB.LIB       ; TOS library
  153. TCGEMLIB.LIB       ; AES and VDI library
  154. TCLNALIB.LIB       ; Line-A library
  155.